Skip to main content

Table exists

Description

Table exists is a Process Entry in the Conditions Plugin for Process Studio Processes. Table Exists process entry checks if a specified table exists on a database. You must provide a connection and the table name. Process Studio returns a True or False value depending on whether or not the table exists.

Note: This process entry performs one check and then moves on. If you want to poll until the tables appear, use Evaluate rows number in a table process entry which has a polling interval parameter.

Configurations

No.Field NameDescription
1Process Entry nameSpecify a unique name for the process entry, on the workspace
area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name.
2ConnectionThe name of the connection to connect to the database.
3Schema nameThe table's schema name.
4Table nameThe table name to check for existence.